home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / lesdisk2.zip / LESDISK.DOC < prev    next >
Text File  |  1989-04-30  |  4KB  |  93 lines

  1. FILES CONTAINED IN THIS PACKAGE
  2.  
  3.                 LESDISK.SYS         Enhanced VDISK.SYS
  4.                 RDTIME.COM          Utility to read disk label creation time
  5.                 SDTIME.COM          Utility to set disk label creation time
  6.  
  7.  
  8.  
  9. DISCLAIMER  -- These files work well for me.  However, I cannot guarantee that
  10.     they will work with your computer.  By using these programs, you assume all
  11.     risks to your system. I take no responsibility for any damage which these
  12.     programs may inadvertently cause.
  13.  
  14.  
  15.  
  16. LESDISK.SYS
  17.  
  18. This file is an enchancement of IBM's VDISK.SYS used with DOS Version
  19. 3.1.  It can be used with later versions of DOS (including DOS 4.0) providing
  20. that expanded memory is not being used for the ram disk. It will work with
  21. extended memory, but not with expanded memory.
  22.  
  23. Enhancements are as follows:
  24.  
  25. 1.  A rotating propeller effect is placed in the upper right corner of the
  26.     screen during read and write operations to the ram disk.  This is similar
  27.     to the LED on disk drives, and gives assurance to the user that his program
  28.     is progressing.
  29.  
  30.     The original idea for this was published in Vol. 4 No. 20 of PC Magazine
  31.     (10/1/85).  LESDISK modified that code to work with extended memory.
  32.  
  33. 2.  When used with a 286 computer (or probably a 386 computer - but not
  34.     tested), code has been added to change the "creation date" of the ram drive
  35.     from a static date to the date and time of boot-up.  By running RDTIME
  36.     (or CHKDSK), one can keep track of how long his computer session has
  37.     lasted.  This addition is inoperative when used on a PC/XT type system.
  38.     Use SDTIME for such computers.
  39.  
  40.  
  41. Modifications:
  42.  
  43. 1.  Although I think that LESDISK is a fine name, others may wish to change it.
  44.     DEBUG addresses of "LESDISK" are at 112H, 413H, 45AH, 0BA9H, 0C1AH, and
  45.     0C6CH.
  46.  
  47. 2.  Color attributes for the rotating propeller are set at intense red on a
  48.     blue background.  This byte (1CH) is located at DEBUG address 1F2H.
  49.  
  50.  
  51.  
  52. SDTIME.COM
  53.  
  54. This file is meant for use with a PC or XT equipped with a clock/calendar.
  55. The line
  56.                 SDTIME [drive letter]
  57.  
  58. should be added to the AUTOEXEC.BAT file after the system clock has been
  59. initialized to the clock/calendar time.  It is not necessary to include
  60. a colon after the drive letter.  Example:  SDTIME D will set the time of
  61. creation for RAM disk drive D to the current time.
  62.  
  63. NOTE -- This program is not limited to the RAM disk drive.  If a different
  64.         drive letter is entered on the command line, SDTIME will set the
  65.         timestamp of the disk volume label for that drive (if it exists) to
  66.         the current date and time.  No action is taken if the drive indicated
  67.         on the command line is non-existent.
  68.  
  69.  
  70.  
  71.  
  72. RDTIME.COM
  73.  
  74. This file is used to show the current date and time, and also the timestamp
  75. of the disk volume label (if it exists) for any drive.  Syntax may be either
  76.  
  77.                     RDTIME
  78.               or    RDTIME [drive letter]
  79.  
  80. Again, if a drive letter is included, it is not necessary to include a colon.
  81. Sample input and output is as follows:
  82.  
  83. Input:   RDTIME
  84. Output:            Current timestamp is  4-29-89  3:38p
  85.  
  86. Input:   RDTIME D
  87. Output:  Drive D:  LESDISK 2.0  Created  4-29-89  2:59p
  88.                    Current timestamp is  4-29-89  3:38p
  89.                    
  90.  
  91.                                         Les Moskowitz
  92.                                         4/29/89
  93.